home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / contrib / x11 / x11r6 / bin10a / bugs < prev    next >
Text File  |  1995-09-10  |  1KB  |  41 lines

  1. I am sorry, but there are some bug in the X11R6.08Sept95 distribution:
  2.  
  3. 1. This bugs are for xdm which I normally don't use:
  4.  
  5.     - /usr/local/X11R6/lib/X11/xdm/Xscript needs an
  6.        #!/bin/sh
  7.       at the begining of it or xdm can't even start.
  8.  
  9.     - xdm is broken and has a SECURITY HOLE in it, that means that every
  10.       one has root privileges !
  11.       PLEASE use the new xdm in X11R6.08Sep95-xdm.tar.gz
  12.  
  13.       gzcat X11R6.08Sep95-xdm.tar.gz | (cd / ; tar --unlink -xfp -)
  14.  
  15.     - Xsetup, which is a script to execute some programms, e.g. xmodmap to
  16.       change the keymap, needs an extra line in
  17.       /usr/local/X11R6/lib/X11/xdm/xdm-config
  18.       to use it:
  19.  
  20.       DisplayManager*setup:              /usr/local/X11R6/lib/X11/xdm/Xsetup
  21.  
  22.      and /usr/local/X11R6/lib/X11/xdm/Xsetup look like this:
  23.  
  24.      #!/bin/sh
  25.      xmodmap /usr/local/X11R6/lib/X11/german.xmodmaprc
  26.  
  27.     But don't forget to make this script executable:
  28.  
  29.     chmod 555 /usr/local/X11R6/lib/X11/xdm/Xsetup
  30.  
  31. 2. Xcl and Xamiga24 doesn't come up in mono with the supplied xserverrc and
  32.    Xscript.
  33.    Please add an ' -dev /dev/grf0' after the '-mono' option in it
  34.  
  35. Many thank to Blaz Zupan <blaz.zupan@uni-mb.si> for sending me a bugreport
  36. about this problems.
  37.  
  38. Bernd Ernesti
  39.  
  40. email: erbe0011@FH-Karlsruhe.DE
  41.